[INFO] fetching crate dst-decoder 0.1.2...
[INFO] fixing dst-decoder-0.1.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dst-decoder 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate dst-decoder 0.1.2
[INFO] finished tweaking crates.io crate dst-decoder 0.1.2
[INFO] tweaked toml for crates.io crate dst-decoder 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dst-decoder 0.1.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dst-decoder 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41
[INFO] running `Command { std: "docker" "start" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking dst-decoder v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1523 |         let (dst, dsd_ref) = stereo_fixture!("001");
[INFO] [stdout]      |                              ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1523 |         let (dst, dsd_ref) = stereo_fixture!("001");
[INFO] [stdout]      |                              ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1538 |             stereo_fixture!("001"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1538 |             stereo_fixture!("001"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_002.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1539 |             stereo_fixture!("002"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_002.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1539 |             stereo_fixture!("002"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_003.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1540 |             stereo_fixture!("003"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_003.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1540 |             stereo_fixture!("003"),
[INFO] [stdout]      |             ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_001.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1465:17
[INFO] [stdout]      |
[INFO] [stdout] 1465 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1567 |             mch_fixture!("001"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_001.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1466:17
[INFO] [stdout]      |
[INFO] [stdout] 1466 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1567 |             mch_fixture!("001"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_002.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1465:17
[INFO] [stdout]      |
[INFO] [stdout] 1465 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1568 |             mch_fixture!("002"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_002.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1466:17
[INFO] [stdout]      |
[INFO] [stdout] 1466 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1568 |             mch_fixture!("002"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_003.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1465:17
[INFO] [stdout]      |
[INFO] [stdout] 1465 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1569 |             mch_fixture!("003"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/mch/frame_003.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1466:17
[INFO] [stdout]      |
[INFO] [stdout] 1466 |                 include_bytes!(concat!("test_fixtures/mch/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1569 |             mch_fixture!("003"),
[INFO] [stdout]      |             ------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `mch_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1587 |         let (dst, _) = stereo_fixture!("001");
[INFO] [stdout]      |                        ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1587 |         let (dst, _) = stereo_fixture!("001");
[INFO] [stdout]      |                        ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dst`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1457:17
[INFO] [stdout]      |
[INFO] [stdout] 1457 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dst")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1604 |         let (dst, dsd_ref) = stereo_fixture!("001");
[INFO] [stdout]      |                              ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/test_fixtures/stereo/frame_001.dsd`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/decoder.rs:1458:17
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                 include_bytes!(concat!("test_fixtures/stereo/frame_", $n, ".dsd")) as &[u8],
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1604 |         let (dst, dsd_ref) = stereo_fixture!("001");
[INFO] [stdout]      |                              ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `stereo_fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dst-decoder` (lib test) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41", kill_on_drop: false }`
[INFO] [stdout] 6e520f04a1fbefe488acc4f6edfdbef09cc46ce44da00ae98c3df61a1b09ae41
